Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDomArrayPropertyEditor<T> Class / CreateItemControl Method


In This Topic
    CreateItemControl Method (NDomArrayPropertyEditor<T>)
    In This Topic
    Creates a control, which should edit an array item.
    Syntax
    'Declaration
     
    
    Public MustOverride Function CreateItemControl( _
       ByVal listBoxItem As NListBoxItem, _
       ByVal arrayItem As T, _
       ByVal editorWindow As NDomArrayEditorWindow(Of T) _
    ) As NWidget
    'Usage
     
    
    Dim instance As NDomArrayPropertyEditor(Of T)
    Dim listBoxItem As NListBoxItem
    Dim arrayItem As T
    Dim editorWindow As NDomArrayEditorWindow(Of T)
    Dim value As NWidget
     
    value = instance.CreateItemControl(listBoxItem, arrayItem, editorWindow)

    Parameters

    listBoxItem
    arrayItem
    editorWindow
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also